home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 086 / ros38doc.arc / CONFIG.ROS < prev    next >
Encoding:
Text File  |  1988-01-10  |  5.6 KB  |  107 lines

  1. ; This file describes the configurable parameters for ROS.  Each parameter
  2. ; has a default value that will be used unless changed here.  The original 
  3. ; version of this file, lists all the possible paramters and their default 
  4. ; values.  
  5. SysName        ROS           ; System name 
  6. HDPark         0             ; Number of hard disk drives to park 
  7.                              ;   when idling [0..2] 
  8. TimeoutShort   60            ; Short timeout in seconds 
  9. TimeoutLong    300           ; Long timeout in seconds 
  10. DefAcc         10            ; New user access level 
  11. RegAcc         11            ; Registered user access level 
  12. ValAcc         20            ; Validated user access level 
  13. DirAcc         20            ; System directory access level.  File areas 
  14.                              ;   with this access level or lower will be 
  15.                              ;   included in the system directory.  
  16.                              ;   Normally this will be the same as 
  17.                              ;   "ValAcc" (above) but there may be 
  18.                              ;   special situations which require this 
  19.                              ;   flexibility.  
  20. AltSysop       250           ; Alternate sysop access level 
  21. PriSysop       255           ; Primary sysop access level
  22. LPDAcc         250           ; The time limit is per day for users below 
  23.                              ; this access level.  At or above this 
  24.                              ; level, the limit is per call.  
  25. DefTime        15            ; Default time limit 
  26. ValTime        45            ; Time limit for validated users 
  27. DefChars       80            ; Default characters per line 
  28. DefLines       23            ; Default lines per page 
  29. DefMsgArea     POST          ; Default message area 
  30. DefFilArea     LOGIN         ; Default file area 
  31. ChatStart      19            ; Chat hours - start 
  32. ChatEnd        22            ;            - end 
  33. ChatSignals    10            ; Number of times to signal for sysop 
  34. Fence          |             ; Character between directory columns 
  35. UnvDays        7             ; Days to retain unvalidated user 
  36. ValDays        180           ; Days to retain validated user 
  37. ReadDays       10            ; Days to retain read, undeleted messages 
  38. UnrdDays       90            ; Days to retain unread, undeleted messages 
  39. NewinDays      14            ; Days (since U/L) to retain files in NEWIN area 
  40. DustyDays      30            ; Days (since D/L) to retain files in DUSTY area 
  41. OtherDays      180           ; Days (since D/L) to retain files in other areas 
  42. MaxTries       3             ; Max number of tries for password
  43. OpenSystem     Y             ; Open or closed system
  44. TrimHiBit      N             ; "Y" => trim high bit except during Xmodem transfers
  45. ComPort        1             ; Port 1 or 2
  46. ComParity      N             ; N => None; E => Even; O => Odd
  47. ComLength      8             ; Character length
  48. ComStop        1             ; Number of stop bits
  49. ;
  50. ; In the following modem command strings, "{" sends a carriage return to
  51. ; the modem and "~" delays for 1/2 second before continuing.  For example,
  52. ; "~~~+++" delays for 1 1/2 seconds, and then sends "+++" to the modem.
  53. ; Command strings may be up to 40 characters long, responses may be as long
  54. ; as 12 characters.
  55. ;
  56. CmndReset      AT Z{         ; Modem reset string - sent ONCE at startup
  57. RespReset      OK
  58. WaitReset      5
  59. ;  Modem initialization string - sent before EACH CALL
  60. ;
  61. CmndInit       AT E1 H0 Q0 S0=0 S7=30 V1 X4 M0{ ;Initialization command
  62. ;              |  |  |  |  |    |     |  |  |turn off speaker
  63. ;              |  |  |  |  |    |     |  |extended commands
  64. ;              |  |  |  |  |    |     |verbose result codes
  65. ;              |  |  |  |  |    |seconds to wait for carrier
  66. ;              |  |  |  |  |disable auto answer
  67. ;              |  |  |  |return result codes
  68. ;              |  |  |ensure phone hung up
  69. ;              |  |echo commands
  70. ;              |get attention }
  71. RespInit       OK            ; Response if successful
  72. WaitInit       5             ; Seconds to wait for success
  73. CmndBusy       AT H1{        ; Make line busy
  74. RespBusy       OK            ; Response if successful
  75. WaitBusy       5             ; Seconds to wait for success
  76. CmndLocal      ~~~+++        ; Return modem to local mode
  77. RespLocal      OK            ; Response if successful
  78. WaitLocal      5             ; Seconds to wait for success
  79. CmndHangup     AT H{         ; Disconnect
  80. RespHangup     OK            ; Response if successful
  81. WaitHangup     5             ; Seconds to wait for success
  82. RespRing       RING          ; Ring signal detected
  83. CmndAnswer     AT A{         ; Answer call
  84. RespAnswer                   ; Response if successful
  85. ;  Some modems respond with "OFF HOOK" when issued the command "ATA".  Those
  86. ;  that do may need the following definition:
  87. ;RespAnswer     OFF HOOK     ; Response if successful
  88. WaitAnswer     5             ; Seconds to wait for success
  89. ;  ROS supports up to 3 baud rates.  The first rate listed below will be
  90. ;  the rate used for off-line communication with the modem.  Normally it
  91. ;  should be the fastest speed your modem can handle.
  92. RespConnect    CONNECT 1200  ; 1200 baud connect message
  93. RateConnect    1200          ; Rate to set for this message
  94. RespConnect    CONNECT       ; 300 baud connect message
  95. RateConnect    300           ; Rate to set for this message
  96. WaitConnect    15            ; Seconds to wait for success
  97. RespError      ERROR         ; Error in command execution
  98. FGMain         7
  99. FGStat         0
  100. FGSend         7
  101. FGRecv         7
  102. BGMain         0
  103. BGStat         7
  104. BGSend         0
  105. BGRecv         0
  106.